object AlarmClockAdvSetup: TAlarmClockAdvSetup Left = 0 Top = 0 Width = 386 Height = 233 TabOrder = 0 object GroupBox_Application: TGroupBox Left = 8 Top = 96 Width = 369 Height = 129 TabOrder = 3 object Label2: TLabel Left = 16 Top = 24 Width = 114 Height = 13 Caption = 'Application or document' end object Label4: TLabel Left = 264 Top = 72 Width = 68 Height = 13 Caption = 'Launch action' end object Label3: TLabel Left = 16 Top = 72 Width = 91 Height = 13 Caption = 'Launch parameters' end object Edit_AppFilename: TEdit Left = 16 Top = 40 Width = 241 Height = 21 TabOrder = 0 OnChange = Edit_AppFilenameChange end object Button_OpenApp: TButton Left = 264 Top = 38 Width = 89 Height = 25 Caption = 'Open ...' TabOrder = 1 OnClick = Button_OpenAppClick end object ComboBox_AppAction: TComboBox Left = 264 Top = 88 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = ComboBox_AppActionChange Items.Strings = ( 'default' 'edit' 'explore' 'find' 'open' 'print') end object Edit_AppParameters: TEdit Left = 16 Top = 88 Width = 241 Height = 21 TabOrder = 2 OnChange = Edit_AppParametersChange end end object GroupBox_Sound: TGroupBox Left = 8 Top = 8 Width = 369 Height = 81 TabOrder = 1 object Label1: TLabel Left = 16 Top = 24 Width = 91 Height = 13 Caption = 'Media file or playlist' end object Edit_MediaFilename: TEdit Left = 16 Top = 40 Width = 241 Height = 21 TabOrder = 0 OnChange = Edit_MediaFilenameChange end object Button_OpenSound: TButton Left = 264 Top = 38 Width = 89 Height = 25 Caption = 'Open ...' TabOrder = 1 OnClick = Button_OpenSoundClick end end object CheckBox_PlaySound: TCheckBox Left = 16 Top = 8 Width = 353 Height = 17 Caption = 'Play sound (WAV-files independently or MPEG-files through Winamp' + ' 2)' Checked = True State = cbChecked TabOrder = 0 OnClick = CheckBox_PlaySoundClick end object CheckBox_LaunchFile: TCheckBox Left = 16 Top = 96 Width = 81 Height = 17 Caption = 'Launch File' Checked = True State = cbChecked TabOrder = 2 OnClick = CheckBox_LaunchFileClick end object OpenDialog_Sound: TOpenDialog Filter = 'MPEG Audio Files (*.mp3, *.mp2, *.mp1)|*.mp3;*.mp2;*.mp1|Playlis' + 't files (*.m3u, *.pls)|*.m3u;*.pls|Windows waveform (*.wav)|*.wa' + 'v|MIDI Files (*.mid, *.rmi, *.midi)|*.mid;*.rmi;*.midi|All files' + ' (*.*)|*.*' Left = 312 Top = 96 end object OpenDialog_App: TOpenDialog Filter = 'Executable Modules (*.exe)|*.exe|MS Word Documents (*.doc)|*.doc' + '|MS Excel Documents (*.xl, *.xls, *.xlt)|*.xl;*.xls;*.xlt|Text f' + 'iles (*.txt)|*.txt|HTML Documents (*.htm, *.html)|*.htm;*.html|I' + 'nternet Link (*.url)|*.url|Audio files|*.mp3;*.mp2;*.mp1;*.wav;*' + '.voc;*.au;*.snd;*.aif;*.aiff;*.m3u;*.pls;*.cda;*.asx;*.wax;*.wma' + '|All files (*.*)|*.*' Left = 344 Top = 96 end end